aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* refer users to ffmpeg-user list in case of errorsMåns Rullgård2008-01-121-1/+1
| | | | Originally committed as revision 11517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AlignmentVíctor Paesa2008-01-121-1/+1
| | | | Originally committed as revision 11516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Link to libraries in dependency order.Víctor Paesa2008-01-122-4/+4
| | | | | | Based on a patch by Gonzalo Garramuño, ggarra advancedsl com ar Originally committed as revision 11515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the Kaiser-Bessel window generator a common functionRobert Swain2008-01-123-25/+29
| | | | | | Patch by Robert Swain, robert d swain a gmail d com Originally committed as revision 11514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set pts/dts in raw (yuv,rgb,pcm) demuxers.Michael Niedermayer2008-01-121-1/+9
| | | | Originally committed as revision 11513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Write 0 instead of seeking forward (and leaving bytes uninitalized),Michael Niedermayer2008-01-121-1/+2
| | | | | | fixes odd regression test failure i had. Originally committed as revision 11512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a ff_ prefix to newly exported functions from avc.cAurelien Jacobs2008-01-114-9/+9
| | | | Originally committed as revision 11511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Matroska muxer needs to format all NAL units, not only extradata.Aurelien Jacobs2008-01-111-0/+10
| | | | 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-111-53/+67
| | | | | | 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-111-2/+2
| | | | 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-111-0/+1
| | | | 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-111-0/+1
| | | | 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-111-1/+1
| | | | 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-114-73/+57
| | | | | | 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-111-10/+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-111-0/+4
| | | | | | 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-112-20/+196
| | | | | | ngi dot it Originally committed as revision 11501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskaenc now depends on avc.oAurelien Jacobs2008-01-111-2/+2
| | | | 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-111-0/+3
| | | | 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-114-118/+172
| | | | Originally committed as revision 11498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract isom_write_avcc into a functionAurelien Jacobs2008-01-111-12/+19
| | | | 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-111-4/+4
| | | | | | | 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-111-2/+6
| | | | 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-101-2/+2
| | | | | | 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-101-4/+2
| | | | | | 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-101-4/+0
| | | | 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-105-4/+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-101-0/+19
| | | | Originally committed as revision 11490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add "genre" command line optionkweiner@spamcop.net2008-01-101-0/+4
| | | | | | | 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-101-8/+8
| | | | | | 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-102-0/+8
| | | | | | 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-101-5/+5
| | | | | | 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-101-10/+10
| | | | Originally committed as revision 11485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print libavdevice version.Michael Niedermayer2008-01-101-3/+6
| | | | Originally committed as revision 11484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initialize correctly optind.Eduardo Bragatto2008-01-093-3/+3
| | | | | | | | 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-091-2/+2
| | | | | | | | 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-091-1/+1
| | | | | | 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-091-4/+15
| | | | | | 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-081-1/+1
| | | | Originally committed as revision 11478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix random typos.Diego Biurrun2008-01-083-3/+3
| | | | 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-081-3/+3
| | | | Originally committed as revision 11476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add compilation rule for tools/trasher.Diego Biurrun2008-01-081-0/+3
| | | | Originally committed as revision 11475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable i.Diego Biurrun2008-01-081-1/+1
| | | | Originally committed as revision 11474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow compilation of test programs when TEST is defined.Diego Biurrun2008-01-082-2/+3
| | | | Originally committed as revision 11473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable j.Diego Biurrun2008-01-081-1/+1
| | | | Originally committed as revision 11472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable variance.Diego Biurrun2008-01-081-1/+1
| | | | Originally committed as revision 11471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix test program compilation, random() needs to be undefined.Diego Biurrun2008-01-081-0/+2
| | | | 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-081-2/+0
| | | | | | | 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-082-20/+0
| | | | | | 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-081-1/+10
| | | | Originally committed as revision 11467 to svn://svn.ffmpeg.org/ffmpeg/trunk