summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg: use parse_number_and_die() when it makes senseStefano Sabatini2011-05-131-21/+18
* ffmpeg: get rid of the 'q' key schizofreniaAnton Khirnov2011-05-131-36/+3
* ffmpeg: factorize quality calculationMichael Niedermayer2011-05-121-7/+6
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-121-3/+0
* ffmpeg: call pre_process_video_frame() only if decoding is neededStefano Sabatini2011-05-111-7/+3
* ffmpeg: reformat resample condition code in transcode()Stefano Sabatini2011-05-111-3/+3
* ffmpeg: factorize resampling condition check in do_video_out()Stefano Sabatini2011-05-111-8/+7
* ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippetStefano Sabatini2011-05-111-2/+2
* ffmpeg: improve reporting if size/pixel format changesStefano Sabatini2011-05-111-2/+5
* ffmpeg: warns the user when the selected pixel format is ignoredStefano Sabatini2011-05-111-1/+8
* ffmpeg: Simplify decode loop condition to not use next_ptsAlexander Strange2011-05-101-7/+8
* ffmpeg: remove unused fields AVOutputStream.original_width/heightStefano Sabatini2011-05-101-7/+0
* ffmpeg: remove unused variable padding_src in do_video_out()Stefano Sabatini2011-05-101-3/+1
* ffmpeg: fix negative verbosity.Michael Niedermayer2011-05-101-2/+2
* ffmpeg: rename configure_filters() to configure_video_filters()Stefano Sabatini2011-05-101-2/+2
* cmdutils: remove list_fmts(), simplifyStefano Sabatini2011-05-101-1/+4
* Add missing CONFIG_AVFILTER check.Takashi Mochizuki2011-05-101-0/+2
* ffmpeg.c: reset avoptions after each input/output file.Anton Khirnov2011-05-091-0/+4
* ffmpeg.c: store per-output stream sws flags.Anton Khirnov2011-05-091-8/+8
* ffmpeg.c: check for interlaced flag in the correct place.Anton Khirnov2011-05-081-1/+1
* Replace strncpy() with av_strlcpy().Alex Converse2011-05-031-2/+1
* Make ffmpeg support generic data streamLuca Barbato2011-05-031-7/+78
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-021-1/+1
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-291-1/+0
* vsrc_buffer: add sample_aspect_ratio fields to arguments.Michael Niedermayer2011-04-261-2/+16
* Lowercase all ff* program names.Diego Biurrun2011-04-231-2/+2
* error: remove AVERROR_NUMEXPECTEDStefano Sabatini2011-04-211-1/+1
* prefer avio_check() over url_exist()Stefano Sabatini2011-04-191-1/+1
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-1/+1
* lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-191-1/+1
* lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov2011-04-191-2/+0
* Redefine sameqLou Logan2011-04-101-1/+1
* lavf: get rid of ffm-specific stuff in avformat.hAnton Khirnov2011-04-081-0/+2
* lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov2011-04-081-1/+1
* avio: avio_ prefix for url_set_interrupt_cb.Anton Khirnov2011-04-071-2/+2
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-1/+1
* Add silence support for AV_SAMPLE_FMT_U8.Alex Converse2011-04-051-1/+9
* Add audio_service_type field to AVCodecContext for encoding and reportingJustin Ruggles2011-03-251-0/+1
* Make sure kbhit() is in conio.hDave Yeo2011-03-221-3/+3
* Do no modify terminal parameters using termios.hPanagiotis H.M. Issaris2011-03-201-54/+6
* ffmpeg: modify help text for the map optionStefano Sabatini2011-03-201-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* ffmpeg: remove unused variable in ffmpeg_exit()Stefano Sabatini2011-03-121-1/+0
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-071-2/+2
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-2/+2
* ffmpeg: Use av_pkt_dump_log2Martin Storsjö2011-03-021-1/+2
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-231-2/+2
* lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-161-5/+5
* Merge libavcore into libavutilReinhard Tartler2011-02-151-3/+3
OpenPOWER on IntegriCloud