summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* display deblocking strength in FF_DEBUG_PICT_INFOLoren Merritt2005-03-27
| | | | Originally committed as revision 4091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow 16 refs with B-framesLoren Merritt2005-03-27
| | | | Originally committed as revision 4090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add Loïc Le LoarerMichael Niedermayer2005-03-27
| | | | Originally committed as revision 4089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This is the second patch for MBAFF support, this adds the deblockingLoïc Le Loarer2005-03-27
| | | | | | | | | | filter code for the I slice. With this patch, 4 more frames are decoded correctly from the conformance streams. patch by (Loïc Le Loarer <lll+ffmpeg m4x org>) Originally committed as revision 4088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The cvs version 1.103 of h264.c brokes 13 conformance streams, thisLoïc Le Loarer2005-03-27
| | | | | | | patch corrects this and decodes the same streams as version 1.102. patch by (Loïc Le Loarer <lll+ffmpeg m4x org>) Originally committed as revision 4087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix psp muxing (probably this fix is wrong but its better then nothing)Michael Niedermayer2005-03-27
| | | | Originally committed as revision 4086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace custom bitstream reader with get_bits/vlc()Michael Niedermayer2005-03-26
| | | | Originally committed as revision 4085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make reverse[] non staticMichael Niedermayer2005-03-26
| | | | Originally committed as revision 4084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Winnov WNV1 video decoder, courtesy of Konstantin ShishkovMike Melanson2005-03-26
| | | | Originally committed as revision 4083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check mb/me_threshold range, fixes assertion failureMichael Niedermayer2005-03-26
| | | | Originally committed as revision 4082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more checks, fixes assertion failureMichael Niedermayer2005-03-26
| | | | Originally committed as revision 4081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bypass internal buffer for "large" packetsMichael Niedermayer2005-03-24
| | | | Originally committed as revision 4080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2005-03-24
| | | | Originally committed as revision 4079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* discard dummy packets before doing inapropriate checks on them and failing ↵Michael Niedermayer2005-03-24
| | | | | | as a result Originally committed as revision 4078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy extradata for streamcopyMichael Niedermayer2005-03-24
| | | | Originally committed as revision 4077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 25_fix_problem_that_unsynced_with_ss_option.patch by (Calcium | calcium nurs ↵Calcium2005-03-23
| | | | | | or jp) Originally committed as revision 4076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create temporary file in current directory if it failed in /tmpMichael Niedermayer2005-03-23
| | | | Originally committed as revision 4075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace stray spaces by a tab.Diego Biurrun2005-03-23
| | | | Originally committed as revision 4074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 31_ASF_compatibility_with_WMP_and_add_index.patch by (Calcium | calcium nurs ↵Calcium2005-03-23
| | | | | | or jp) Originally committed as revision 4073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 30_clean_up_global_header_flag.patch by (Calcium | calcium nurs or jp)Calcium2005-03-23
| | | | Originally committed as revision 4072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 29_vtag_in_ASF_not_effective.patch by (Calcium | calcium nurs or jp)Calcium2005-03-23
| | | | Originally committed as revision 4071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 28_fix_parameters_in_G726.patch by (Calcium | calcium nurs or jp)Calcium2005-03-23
| | | | Originally committed as revision 4070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support omiting various headers in mpeg4 as WMP seems to have difficulty ↵Michael Niedermayer2005-03-23
| | | | | | | | | | with them based upon 27_WMP_compatibility_with_ISOMPEG4.patch by (Calcium | calcium nurs or jp) indention fixed uses workaround_bugs instead of strict_std_compliancy as WMP is not the reference implementation Originally committed as revision 4069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch for "uuid" atom followed after atom "ftyp" by "QuickTime <ffmpeg AT ↵François Revol2005-03-23
| | | | | | gmail DOT com>" Originally committed as revision 4068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix time stored in movMichael Niedermayer2005-03-23
| | | | | | based upon 23_fix_timestamp_in_mov.patch by (Calcium | calcium nurs or jp) Originally committed as revision 4067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change audio volume range so that the very slow division by 100 can be avoidedMichael Niedermayer2005-03-23
| | | | | | alternatively we could also use a nicer default = 100 or 1.0 scale and internally change it (patch welcome) Originally committed as revision 4066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 19_audio_volume_adj.patch by (Calcium | calcium nurs or jp)Calcium2005-03-23
| | | | Originally committed as revision 4065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 12_finish_encoding_at_shortest_stream_was_finished.patch by (Calcium | ↵Calcium2005-03-23
| | | | | | calcium nurs or jp) Originally committed as revision 4064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trying to fix a few minor values in the mp4/mov muxerMichael Niedermayer2005-03-23
| | | | Originally committed as revision 4063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 04_AMR_no_debug_output.patch by (Calcium | calcium nurs or jp)Calcium2005-03-22
| | | | Originally committed as revision 4062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 08_limit_in_filesize.patch by (Calcium | calcium nurs or jp)Calcium2005-03-22
| | | | Originally committed as revision 4061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init has_b_frames for stream copyMichael Niedermayer2005-03-22
| | | | Originally committed as revision 4060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixes rgb32to16 conversion for I think all platforms since the int8Rene Rebe2005-03-22
| | | | | | | | cast should never have worked. Tested on PowerPC and fixes the black GUI to show the content. patch by Rene Rebe <rene at exactcode dot de> Originally committed as revision 14983 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* alignment fixMichael Niedermayer2005-03-19
| | | | Originally committed as revision 4059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentation fixMåns Rullgård2005-03-19
| | | | Originally committed as revision 4058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* B frames and CABAC/CAVLC selection by Erik Slagter (erik at slagter dot name)Måns Rullgård2005-03-19
| | | | Originally committed as revision 4057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable luma in postprocess filters patch by (Tuukka Toivonen |tuukkat ↵Tuukka Toivonen2005-03-19
| | | | | | | | ee.oulu fi) fixed by myself Originally committed as revision 4056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg has to be at the right of vorbis patch by ("Víctor Paesa" wzrlpy ↵Víctor Paesa2005-03-18
| | | | | | hotmail com) Originally committed as revision 4055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initalize has_b_framesMichael Niedermayer2005-03-17
| | | | Originally committed as revision 4054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l typoMichael Niedermayer2005-03-17
| | | | Originally committed as revision 4053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* argument name for -vdtMåns Rullgård2005-03-17
| | | | Originally committed as revision 4052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more fine grained discarding of packetsMichael Niedermayer2005-03-17
| | | | Originally committed as revision 4051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org)Luca Barbato2005-03-16
| | | | Originally committed as revision 4050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* buffer overflow in sdp_probe() fix by (Gildas Bazin )gbazin altern org)Michael Niedermayer2005-03-16
| | | | Originally committed as revision 4049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* zlib detection fix by (Gildas Bazin <gbazin altern org<)Michael Niedermayer2005-03-16
| | | | Originally committed as revision 4048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/\t/ /g for indentation fairiesFrançois Revol2005-03-16
| | | | Originally committed as revision 4047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reverse zero packet dissapearence "feature"Michael Niedermayer2005-03-16
| | | | Originally committed as revision 4046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set constant QP from AVCodecContext.global_quality.Måns Rullgård2005-03-16
| | | | | | set key_frame flag on coded_picture correctly. Originally committed as revision 4045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pktdumper debugging utility for demuxers. This tool dumps each AVPacket ↵François Revol2005-03-15
| | | | | | | | demuxed to a stamped file. make pktdumper LDFLAGS='-Llibavformat/ -lavformat' Originally committed as revision 4044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sample_size fixMichael Niedermayer2005-03-15
| | | | Originally committed as revision 4043 to svn://svn.ffmpeg.org/ffmpeg/trunk