summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Matroska muxer needs to format all NAL units, not only extradata.Aurelien Jacobs2008-01-11
* Factorize some code into functions, had this in my tree and will beMichael Niedermayer2008-01-11
* Nitpicks patch by Lars Täuber.Lars Täuber2008-01-11
* Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com.Brian Brice2008-01-11
* Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com.Brian Brice2008-01-11
* Do not install rtp.h (which should have never been part of the public API)Luca Abeni2008-01-11
* Factorize some duplicated code from CAVS and H.264 into a common file.Christophe Gisquet2008-01-11
* Ministry of English Composition edits for SNOW spec-- introduction (many more...Mike Melanson2008-01-11
* Enabling higher frame rates for dc1394, patch by Alessandro Sappia a dot sapp...Alessandro Sappia2008-01-11
* Adding support for libdc1394 v.2, patch by Alessandro Sappia a dot sappia at ...Alessandro Sappia2008-01-11
* matroskaenc now depends on avc.oAurelien Jacobs2008-01-11
* Use the isom avcc formatting for h264 extradata in matroska.Aurelien Jacobs2008-01-11
* Move isom_write_avcc() and related functions into a separate file.Aurelien Jacobs2008-01-11
* extract isom_write_avcc into a functionAurelien Jacobs2008-01-11
* Add one more parameter to avc_parse_nal_units so that it allows not toAurelien Jacobs2008-01-11
* Check return value of avc_parse_nal_units().Aurelien Jacobs2008-01-11
* Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()),Ronald S. Bultje2008-01-10
* Make rtp_parse_packet() always call the vfunc of the dynamic payload handlerRonald S. Bultje2008-01-10
* unusedMichael Niedermayer2008-01-10
* Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun2008-01-10
* Add LGPL license header.Diego Biurrun2008-01-10
* Add "genre" command line optionkweiner@spamcop.net2008-01-10
* Make MMX vectors constants.Diego Pettenò2008-01-10
* Make pp_help a constant array of characters to move it to .rodata.Diego Pettenò2008-01-10
* Reduce the size of the replaceTable entries.Diego Pettenò2008-01-10
* Pass a proper context to av_log()Luca Abeni2008-01-10
* Print libavdevice version.Michael Niedermayer2008-01-10
* Initialize correctly optind.Eduardo Bragatto2008-01-09
* Fix a bug causing the generated stream to be corrupt if the bufferAndreas Öman2008-01-09
* Correctly use output format stream index for bitstream filter when doing stre...Andreas Öman2008-01-09
* Error checking: make sure that there are 3 parameters and that theMike Melanson2008-01-09
* used defined name for testing error resilience levelJustin Ruggles2008-01-08
* Fix random typos.Diego Biurrun2008-01-08
* Fix illegal identifiers, names starting with _ and uppercase are reserved.Diego Biurrun2008-01-08
* Add compilation rule for tools/trasher.Diego Biurrun2008-01-08
* Remove unused variable i.Diego Biurrun2008-01-08
* Allow compilation of test programs when TEST is defined.Diego Biurrun2008-01-08
* Remove unused variable j.Diego Biurrun2008-01-08
* Remove unused variable variance.Diego Biurrun2008-01-08
* Fix test program compilation, random() needs to be undefined.Diego Biurrun2008-01-08
* url_write is part of the public API so it may not be under ifdef.Guillaume LecrefECERF2008-01-08
* Remove clip_table as it is not used anymore.Diego Pettenò2008-01-08
* Split range coding chapter in binary and integersMichael Niedermayer2008-01-08
* argh s/ffmpeg/snow/Michael Niedermayer2008-01-08
* Range coder state transition table, based on a patch by lars punkt taeuber Ã...Michael Niedermayer2008-01-08
* Remove extra word.Michael Niedermayer2008-01-08
* check av_new_stream return valueBaptiste Coudurier2008-01-08
* check av_new_stream return valueBaptiste Coudurier2008-01-08
* * fixing a bug preventing default values to be set correctlyRoman Shaposhnik2008-01-08
* Mention damaged input testing.Michael Niedermayer2008-01-08