summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* merge vertical lifting steps and a little cleanupMichael Niedermayer2005-04-04
| | | | Originally committed as revision 4104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Typo errors patch by (QuickTime | ffmpeg gmail com>avcoder2005-04-04
| | | | Originally committed as revision 4103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reinitialize on aspect change,Ivan Kalvachev2005-04-03
| | | | | | required for dvb aspect changes Originally committed as revision 4102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Snow Slicing patch by (Yartrebo) yartrebo earthlink netYartrebo2005-04-03
| | | | Originally committed as revision 4101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* snow regression testMichael Niedermayer2005-04-03
| | | | Originally committed as revision 4100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Autodesk Animator Studio Codec (AASC) video decoder, courtesy ofMike Melanson2005-04-03
| | | | | | Konstantin Shishkov Originally committed as revision 4099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix vorbis in aviMichael Niedermayer2005-04-01
| | | | Originally committed as revision 4098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support some more color modes; patch by KostyaKostya Shishkov2005-04-01
| | | | Originally committed as revision 4097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reverting 1.66 -> 1.67 changeMichael Niedermayer2005-03-30
| | | | Originally committed as revision 4096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free that last frameMike Melanson2005-03-28
| | | | Originally committed as revision 4095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Westwood SND1 decoder, courtesy of KostyaMike Melanson2005-03-28
| | | | Originally committed as revision 4094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PSM support in MPEG-PS demuxer.Måns Rullgård2005-03-28
| | | | | | Based on a patch by Leon Woestenberg <leonw at mailcan dot com> Originally committed as revision 4093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion estimation bitrate penalty compensationMichael Niedermayer2005-03-27
| | | | Originally committed as revision 4092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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