| Commit message (Expand) | Author | Age | Files | Lines |
* | remove unused code, patch by Limin Wang <lance lmwang at gmail com> | Limin Wang | 2007-03-09 | 1 | -7/+0 |
* | Remove unnecessary the_end label. | Limin Wang | 2007-03-07 | 1 | -4/+2 |
* | set defaults based on CodecType by using avcodec_get_context_defaults2() | Michael Niedermayer | 2007-03-07 | 1 | -2/+6 |
* | remove unused variables | Limin Wang | 2007-03-07 | 1 | -10/+1 |
* | only store command line parameters in contexts with matching codec_type | Michael Niedermayer | 2007-03-07 | 1 | -3/+8 |
* | typo: unkown->unknown | Alex Beregszaszi | 2007-03-07 | 1 | -2/+2 |
* | free opt_names at the end of main() based on a patch by Limin Wang | Michael Niedermayer | 2007-03-05 | 1 | -0/+1 |
* | indention | Michael Niedermayer | 2007-03-05 | 1 | -2/+2 |
* | remove usless if() before av_free() | Michael Niedermayer | 2007-03-05 | 1 | -2/+0 |
* | change management of "ab" option in ffmpeg.c, so that it works as "b" option. | Benoit Fouet | 2007-03-05 | 1 | -11/+3 |
* | Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" | Panagiotis Issaris | 2007-03-04 | 1 | -4/+4 |
* | remove ps option and rename rtp_payload_size AVOption to ps | Baptiste Coudurier | 2007-03-01 | 1 | -12/+0 |
* | duplicate *_opts for every codec types, in order to have the "ab" and "b" op... | Benoit Fouet | 2007-03-01 | 1 | -15/+27 |
* | Do not jump to "fail" without having a proper sws context in img_resample_ctx | Luca Abeni | 2007-02-28 | 1 | -1/+1 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -1/+1 |
* | Move the aframes option from the video "subsection" to the | Benoit Fouet | 2007-02-20 | 1 | -1/+1 |
* | implement new grabbing interface, as described here: | Ramiro Polla | 2007-02-14 | 1 | -145/+3 |
* | rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF | Måns Rullgård | 2007-02-13 | 1 | -2/+2 |
* | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol | 2007-02-13 | 1 | -4/+4 |
* | Print error message instead of crashing when combining -vcodec copy and -vhook. | Matthijs Douze | 2007-02-09 | 1 | -0/+4 |
* | happy new year | Diego Biurrun | 2007-02-09 | 1 | -1/+1 |
* | Directly access av_log_level instead of calling av_log_{set, get}_level() | Luca Abeni | 2007-02-08 | 1 | -2/+2 |
* | Force stereo in target vcd. | Michel Bardiaux | 2007-02-05 | 1 | -0/+1 |
* | use avcodec_decode_audio2() | Michael Niedermayer | 2007-02-01 | 1 | -1/+2 |
* | do not force output audio channels | Baptiste Coudurier | 2007-01-25 | 1 | -7/+1 |
* | AVOption is now const, removes a few warnings | Baptiste Coudurier | 2007-01-23 | 1 | -8/+8 |
* | do not override rc_buffer_occupancy if set | Baptiste Coudurier | 2007-01-22 | 1 | -1/+2 |
* | Segmentation fault fix when no video device is specified. | Ramiro Polla | 2007-01-13 | 1 | -1/+1 |
* | Original X11 device demuxer patch from Clemens Fruhwirth | Guillaume Poirier | 2006-12-13 | 1 | -0/+4 |
* | revert broken commit of x11 device demuxer patch | Guillaume Poirier | 2006-12-13 | 1 | -4/+0 |
* | Original X11 device demuxer patch from Clemens Fruhwirth | Guillaume Poirier | 2006-12-12 | 1 | -0/+4 |
* | print a more correct message when container frame rate differs from codec fra... | Baptiste Coudurier | 2006-12-09 | 1 | -1/+1 |
* | use standard INT64_MAX instead of MAXINT64 (and MIN) | Måns Rullgård | 2006-12-07 | 1 | -1/+1 |
* | fix memleak, free stream codec allocated by av_new_stream | Baptiste Coudurier | 2006-12-05 | 1 | -1/+3 |
* | add interactive support for MinGW | Ramiro Polla | 2006-11-22 | 1 | -27/+16 |
* | also set strict_std_compliance for stream copy, its needed for the bitstream ... | Michael Niedermayer | 2006-11-10 | 1 | -1/+1 |
* | 2nd try for -vcodec copy timebase selection last one choose 1fps due to broke... | Michael Niedermayer | 2006-11-06 | 1 | -1/+1 |
* | move check for output file streams num in av_encode | Baptiste Coudurier | 2006-11-05 | 1 | -4/+4 |
* | kill AVImageFormat | Baptiste Coudurier | 2006-11-02 | 1 | -34/+0 |
* | Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. | Steve L'Homme | 2006-11-01 | 1 | -5/+5 |
* | better timebase selection heuristic for video stream copy | Michael Niedermayer | 2006-10-31 | 1 | -1/+4 |
* | support for sub-only streams; patch by borat subsense com | borat@subsense.com | 2006-10-22 | 1 | -2/+1 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -11/+13 |
* | Fix quantiSer --> quantiZer typo. | Diego Biurrun | 2006-10-02 | 1 | -2/+2 |
* | Update copyright year and mention other copyright holders. | Diego Biurrun | 2006-10-01 | 1 | -1/+1 |
* | Remove the "mblmax" OptionDef. The equally named AVOption takes over its | Panagiotis Issaris | 2006-09-28 | 1 | -13/+0 |
* | Remove the "mblmin" OptionDef. The equally named AVOption takes over its | Panagiotis Issaris | 2006-09-28 | 1 | -13/+0 |
* | Remove the "lmin" OptionDef. The equally named AVOption takes over its function. | Panagiotis Issaris | 2006-09-28 | 1 | -8/+0 |
* | Remove the "lmax" OptionDef. The equally named AVOption takes over its function. | Panagiotis Issaris | 2006-09-28 | 1 | -8/+0 |