summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Matroska muxer needs to format all NAL units, not only extradata.Aurelien Jacobs2008-01-11
| | | | Originally committed as revision 11510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize some code into functions, had this in my tree and will beMichael Niedermayer2008-01-11
| | | | | | needed for mp3 encoding. Originally committed as revision 11509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Nitpicks patch by Lars Täuber.Lars Täuber2008-01-11
| | | | Originally committed as revision 11508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com.Brian Brice2008-01-11
| | | | Originally committed as revision 11507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com.Brian Brice2008-01-11
| | | | Originally committed as revision 11506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not install rtp.h (which should have never been part of the public API)Luca Abeni2008-01-11
| | | | Originally committed as revision 11505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize some duplicated code from CAVS and H.264 into a common file.Christophe Gisquet2008-01-11
| | | | | | patch by Christophe Gisquet, christophe.gisquet free fr Originally committed as revision 11504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ministry of English Composition edits for SNOW spec-- introduction (many ↵Mike Melanson2008-01-11
| | | | | | more to come) Originally committed as revision 11503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enabling higher frame rates for dc1394, patch by Alessandro Sappia a dot ↵Alessandro Sappia2008-01-11
| | | | | | sappia at ngi dot it Originally committed as revision 11502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adding support for libdc1394 v.2, patch by Alessandro Sappia a dot sappia at ↵Alessandro Sappia2008-01-11
| | | | | | ngi dot it Originally committed as revision 11501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskaenc now depends on avc.oAurelien Jacobs2008-01-11
| | | | Originally committed as revision 11500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the isom avcc formatting for h264 extradata in matroska.Aurelien Jacobs2008-01-11
| | | | Originally committed as revision 11499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move isom_write_avcc() and related functions into a separate file.Aurelien Jacobs2008-01-11
| | | | Originally committed as revision 11498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract isom_write_avcc into a functionAurelien Jacobs2008-01-11
| | | | Originally committed as revision 11497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add one more parameter to avc_parse_nal_units so that it allows not toAurelien Jacobs2008-01-11
| | | | | | | free the input buffer. This is required by upcoming extraction of isom_write_avcc to a function. Originally committed as revision 11496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check return value of avc_parse_nal_units().Aurelien Jacobs2008-01-11
| | | | Originally committed as revision 11495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()),Ronald S. Bultje2008-01-10
| | | | | | see "[PATCH] Realmedia / RTSP (RDT)" thread on ML. Originally committed as revision 11494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make rtp_parse_packet() always call the vfunc of the dynamic payload handlerRonald S. Bultje2008-01-10
| | | | | | if there is one. See "[PATCH] Realmedia / RTSP (RDT)" thread on ML. Originally committed as revision 11493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unusedMichael Niedermayer2008-01-10
| | | | Originally committed as revision 11492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun2008-01-10
| | | | | | non-void function' warnings in test code. Originally committed as revision 11491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add LGPL license header.Diego Biurrun2008-01-10
| | | | Originally committed as revision 11490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add "genre" command line optionkweiner@spamcop.net2008-01-10
| | | | | | | Patch by kweiner spamcop net closes Issue318 Originally committed as revision 11489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make MMX vectors constants.Diego Pettenò2008-01-10
| | | | | | Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com Originally committed as revision 11488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make pp_help a constant array of characters to move it to .rodata.Diego Pettenò2008-01-10
| | | | | | Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com Originally committed as revision 11487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reduce the size of the replaceTable entries.Diego Pettenò2008-01-10
| | | | | | Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com Originally committed as revision 11486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass a proper context to av_log()Luca Abeni2008-01-10
| | | | Originally committed as revision 11485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print libavdevice version.Michael Niedermayer2008-01-10
| | | | Originally committed as revision 11484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initialize correctly optind.Eduardo Bragatto2008-01-09
| | | | | | | | Patch by Eduardo Bragatto, his name at his surname dot com Thread http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2008-January/039835.html Originally committed as revision 11483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a bug causing the generated stream to be corrupt if the bufferAndreas Öman2008-01-09
| | | | | | | | contains NAL units previous to the IDR where the SPS/PPS was inserted. Ok:ed by Benoit on irc. Originally committed as revision 11482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly use output format stream index for bitstream filter when doing ↵Andreas Öman2008-01-09
| | | | | | stream copy. Originally committed as revision 11480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Error checking: make sure that there are 3 parameters and that theMike Melanson2008-01-09
| | | | | | file open operation succeeds. Originally committed as revision 11479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* used defined name for testing error resilience levelJustin Ruggles2008-01-08
| | | | Originally committed as revision 11478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix random typos.Diego Biurrun2008-01-08
| | | | Originally committed as revision 11477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix illegal identifiers, names starting with _ and uppercase are reserved.Diego Biurrun2008-01-08
| | | | Originally committed as revision 11476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add compilation rule for tools/trasher.Diego Biurrun2008-01-08
| | | | Originally committed as revision 11475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable i.Diego Biurrun2008-01-08
| | | | Originally committed as revision 11474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow compilation of test programs when TEST is defined.Diego Biurrun2008-01-08
| | | | Originally committed as revision 11473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable j.Diego Biurrun2008-01-08
| | | | Originally committed as revision 11472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable variance.Diego Biurrun2008-01-08
| | | | Originally committed as revision 11471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix test program compilation, random() needs to be undefined.Diego Biurrun2008-01-08
| | | | Originally committed as revision 11470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* url_write is part of the public API so it may not be under ifdef.Guillaume LecrefECERF2008-01-08
| | | | | | | Also fixes a compile error if all muxers and protocols are disabled. Patch by Guillaume LECERF (foxcore gmail com) Originally committed as revision 11469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove clip_table as it is not used anymore.Diego Pettenò2008-01-08
| | | | | | Patch by Diego 'Flameeyes' Pettenò (flameeyes gmail com) Originally committed as revision 11468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split range coding chapter in binary and integersMichael Niedermayer2008-01-08
| | | | Originally committed as revision 11467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* argh s/ffmpeg/snow/Michael Niedermayer2008-01-08
| | | | Originally committed as revision 11466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Range coder state transition table, based on a patch by lars punkt taeuber ↵Michael Niedermayer2008-01-08
| | | | | | ät web punkt de. Originally committed as revision 11465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove extra word.Michael Niedermayer2008-01-08
| | | | Originally committed as revision 11464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check av_new_stream return valueBaptiste Coudurier2008-01-08
| | | | Originally committed as revision 11463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check av_new_stream return valueBaptiste Coudurier2008-01-08
| | | | Originally committed as revision 11462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a bug preventing default values to be set correctlyRoman Shaposhnik2008-01-08
| | | | Originally committed as revision 11461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention damaged input testing.Michael Niedermayer2008-01-08
| | | | Originally committed as revision 11460 to svn://svn.ffmpeg.org/ffmpeg/trunk