index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ffmpeg.c
Age
Commit message (
Expand
)
Author
2011-06-20
Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().
Justin Ruggles
2011-06-16
ffmpeg: deprecate -vc and -tvstd
Anton Khirnov
2011-06-16
ffmpeg: use new avformat_open_* API.
Anton Khirnov
2011-06-16
ffmpeg: don't abuse a global for passing frame size from input to output
Anton Khirnov
2011-06-16
ffmpeg: don't abuse a global for passing pixel format from input to output
Anton Khirnov
2011-06-16
ffmpeg: initialise encoders earlier.
Anton Khirnov
2011-06-16
ffmpeg: merge output_codecs array into AVOutputStream members.
Anton Khirnov
2011-06-15
ffmpeg: don't abuse a global for passing framerate from input to output
Anton Khirnov
2011-06-15
ffmpeg: don't abuse a global for passing channels from input to output
Anton Khirnov
2011-06-15
ffmpeg: don't abuse a global for passing samplerate from input to output
Anton Khirnov
2011-06-14
ffmpeg: fix streaming to ffserver.
Ronald S. Bultje
2011-06-09
ffmpeg.c: Add a necessary const qualifier
Alex Converse
2011-06-08
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-06-03
Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().
Stefano Sabatini
2011-06-02
Remove unused variables
Mans Rullgard
2011-05-28
cmdutils: remove OPT_FUNC2
Stefano Sabatini
2011-05-26
ffserver: Fix a null pointer dereference as a result of the FF_API_MAX_STREAM...
Mike Williams
2011-05-25
ffmpeg: get rid of useless AVInputStream.nb_streams.
Anton Khirnov
2011-05-25
ffmpeg: simplify managing input files and streams
Anton Khirnov
2011-05-25
ffmpeg: purge redundant AVInputStream.index.
Anton Khirnov
2011-05-22
ffmpeg: Don't trigger url_interrupt_cb on the first signal
Martin Storsjö
2011-05-21
ffmpeg: get rid of the -vglobal option.
Anton Khirnov
2011-05-18
Add support for request_sample_format in ffmpeg and ffplay.
Justin Ruggles
2011-05-16
ffmpeg: fix -aspect cli option
Baptiste Coudurier
2011-05-16
Restructure video filter implementation in ffmpeg.c.
Michael Niedermayer
2011-05-13
ffmpeg: use parse_number_and_die() when it makes sense
Stefano Sabatini
2011-05-13
ffmpeg: get rid of the 'q' key schizofrenia
Anton Khirnov
2011-05-12
ffmpeg: factorize quality calculation
Michael Niedermayer
2011-05-12
configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.
Diego Biurrun
2011-05-11
ffmpeg: call pre_process_video_frame() only if decoding is needed
Stefano Sabatini
2011-05-11
ffmpeg: reformat resample condition code in transcode()
Stefano Sabatini
2011-05-11
ffmpeg: factorize resampling condition check in do_video_out()
Stefano Sabatini
2011-05-11
ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippet
Stefano Sabatini
2011-05-11
ffmpeg: improve reporting if size/pixel format changes
Stefano Sabatini
2011-05-11
ffmpeg: warns the user when the selected pixel format is ignored
Stefano Sabatini
2011-05-10
ffmpeg: Simplify decode loop condition to not use next_pts
Alexander Strange
2011-05-10
ffmpeg: remove unused fields AVOutputStream.original_width/height
Stefano Sabatini
2011-05-10
ffmpeg: remove unused variable padding_src in do_video_out()
Stefano Sabatini
2011-05-10
ffmpeg: fix negative verbosity.
Michael Niedermayer
2011-05-10
ffmpeg: rename configure_filters() to configure_video_filters()
Stefano Sabatini
2011-05-10
cmdutils: remove list_fmts(), simplify
Stefano Sabatini
2011-05-10
Add missing CONFIG_AVFILTER check.
Takashi Mochizuki
2011-05-09
ffmpeg.c: reset avoptions after each input/output file.
Anton Khirnov
2011-05-09
ffmpeg.c: store per-output stream sws flags.
Anton Khirnov
2011-05-08
ffmpeg.c: check for interlaced flag in the correct place.
Anton Khirnov
2011-05-03
Replace strncpy() with av_strlcpy().
Alex Converse
2011-05-03
Make ffmpeg support generic data stream
Luca Barbato
2011-05-02
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().
Stefano Sabatini
2011-04-29
Remove some disabled printf debug cruft.
Diego Biurrun
[next]